home *** CD-ROM | disk | FTP | other *** search
/ Flash MX Savvy / FlashMX Savvy.iso / pc / Clickme.exe / scripts / DefineSprite_3 / frame_3 / DoAction.as
Encoding:
Text File  |  2002-04-23  |  123 b   |  10 lines

  1. nowCount = getTimer();
  2. if(startCount + wait * 1000 < nowCount)
  3. {
  4.    gotoAndPlay(4);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(2);
  9. }
  10.